home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 3 / CD ACTUAL 3.iso / linux / docs / linux-do / network- / nag-1.002 / nag-1 / TheGuide / Config.tex next >
Encoding:
Text File  |  1994-08-17  |  3.2 KB  |  80 lines

  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. %                                %
  3. %           The Linux Network Administrators' Guide        %
  4. %                                %
  5. % This is the main configuration file of the Linux network    %
  6. % administrators' guide.  It allows you to configure the NAG    %
  7. % for your TeX version and personal preferences. All options    %
  8. % take the form of either                    %
  9. %    \optiontrue                        %
  10. % or                                %
  11. %     \optionfalse                        %
  12. % For each option you _must_ define either \optiontrue or    %
  13. % \optionfalse. The main tex file doesn't provide any defaults.    %
  14. %                                %
  15. % Note that you mustn't change the value of \ifps, \iftex, or    %
  16. % \iflotex. These are defined in the respective master files    %
  17. % before config.tex is included. Changing them here may cause    %
  18. % the overall make process to fail. To make the DVI, PostScript    %
  19. % or roff version, choose the appropriate make target instead.    %
  20. %                                %
  21. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  22. %
  23. % Do you have LaTeX2e? If you use Slackware or any other modern
  24. % distribution, you do. If you stick to an old SLS installation
  25. % (like I did until my disk went away:-), you don't.
  26. % See also the \veryoldtex option below.
  27. \latexetrue
  28.  
  29. \iflatexe
  30. %
  31. % If you think the stupid question would end here because you use LaTeX2e,
  32. % I have to disappoint you. There are points in which the latest release of
  33. % LaTeX2e apparently differs from the Beta version that has been included
  34. % in Slackware for quite some time. Talk aboout portable TeX...
  35. %
  36. % 1.    The new version offers the makeidx macros as an option to the main
  37. %     document style, while the latter has made this a separate package.
  38. %
  39. % 2.    When generating PS output, the NAG relies on two style file
  40. %    originally part of dvips. Usually, you will use the set of
  41. %    style files from the dvips distribution; these are called
  42. %    epsf.sty and nftimes.sty. The latest release of LaTeX2e, it
  43. %    seems, comes with these files by default, but has renamed them
  44. %    to epsfig.sty and times.sty.
  45. %
  46. % The following switch determines which of these versions the NAG will
  47. % expect to use; setting it to true will select behavior with the Beta
  48. % version.
  49. \ltxbetatrue
  50. \fi
  51.  
  52. % Do you have an old LaTeX version? (I'm not very familiar with
  53. % LaTeX version numbers, but I guess anything before 1992 qualifies
  54. % as old in this context). These old versions need a couple of
  55. % compatibility hacks. Setting the following option to true
  56. % selects these hacks.
  57. \veryoldtexfalse
  58.  
  59. %
  60. % Save a tree! Setting this option to true will reduce the number of
  61. % pages the NAG will require by about 100. It mostly does this by
  62. % removing the extra white space between lines and paragraphs. The
  63. % text will look less `lightly' this way, but will still be quite
  64. % readable.
  65. \squeezefalse
  66.  
  67. \ifps
  68. %
  69. % When creating the PostScript version of the NAG, you may choose to
  70. % use generic PostScript fonts instead of having dvips convert entire
  71. % TeX fonts. The latter will inflate the resulting PS file greatly.
  72. % On the other hand, using the PostScript fonts doesn't make sense if
  73. % you print with ghostscript's set of public fonts. They are really
  74. % poor quality (not scalable).
  75. % The following option selects whether PostScript fonts are used. For
  76. % details, please refer to the README file.
  77. \psfontsfalse
  78.  
  79. \fi
  80.